2000-05-21 Nils Barth <nils_barth@post.harvard.edu>
* Spelling/grammar fixes in comments.
/* We need the requisition to figure out the right place to
* popup the menu. In fact, we always need to ask here, since
- * if one a size_request was queued while we weren't popped up,
+ * if a size_request was queued while we weren't popped up,
* the requisition won't have been recomputed yet.
*/
gtk_widget_size_request (widget, &requisition);
void gtk_menu_set_active (GtkMenu *menu,
guint index);
-/* set/get the acclerator group that holds global accelerators (should
+/* set/get the accelerator group that holds global accelerators (should
* be added to the corresponding toplevel with gtk_window_add_accel_group().
*/
void gtk_menu_set_accel_group (GtkMenu *menu,
#define GTK_VALUE_POINTER(a) ((a).d.pointer_data)
#define GTK_VALUE_SIGNAL(a) ((a).d.signal_data)
-/* return location macros, these all narow down to
+/* return location macros, these all narrow down to
* pointer types, because return values need to be
* passed by reference
*/